projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a284dc9
)
gtk4-demo: Fix font features animation
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 1 Jul 2022 01:11:49 +0000
(21:11 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 1 Jul 2022 01:11:49 +0000
(21:11 -0400)
demos/gtk-demo/font_features.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/font_features.c
b/demos/gtk-demo/font_features.c
index 035039a724c67bec66005223f362176c81cf8259..a4267ecdcecae54fa027d2efe3ea518b3a9c0282 100644
(file)
--- a/
demos/gtk-demo/font_features.c
+++ b/
demos/gtk-demo/font_features.c
@@
-1067,7
+1067,7
@@
add_axis (hb_face_t *hb_face,
gtk_widget_set_hexpand (axis_entry, FALSE);
gtk_grid_attach (GTK_GRID (demo->variations_grid), axis_entry, 2, i, 1, 1);
- axis = g_new (Axis, 1);
+ axis = g_new
0
(Axis, 1);
axis->tag = ax->tag;
axis->adjustment = adjustment;
axis->default_value = ax->default_value;